Uses of Class
algalcommand.alpha.Photobioreactor

Packages that use Photobioreactor
algalcommand.alpha   
algalcommand.testbench   
 

Uses of Photobioreactor in algalcommand.alpha
 

Methods in algalcommand.alpha that return Photobioreactor
 Photobioreactor[] NetworkScanner.getPBRs()
           
 Photobioreactor PBRPanelAlpha.getPhotobioreactor()
           
 Photobioreactor PBRDataEvent.getSource()
           
 

Methods in algalcommand.alpha that return types with arguments of type Photobioreactor
 java.util.List<Photobioreactor> Photobioreactor.getByName(java.lang.String name, boolean casesensitive, Photobioreactor... reactors)
          Scans through the given list of photobioreactors and returns all of those whose name matches the given name.
 

Methods in algalcommand.alpha with parameters of type Photobioreactor
 java.util.List<Photobioreactor> Photobioreactor.getByName(java.lang.String name, boolean casesensitive, Photobioreactor... reactors)
          Scans through the given list of photobioreactors and returns all of those whose name matches the given name.
static OldPBRForm OldPBRForm.makeFromXML(org.w3c.dom.Element configtag, Photobioreactor[] network)
           
 void PBRPanelAlpha.setPhotobioreactor(Photobioreactor p)
           
 

Constructors in algalcommand.alpha with parameters of type Photobioreactor
OldPBRForm(Photobioreactor b)
          Creates new form OldPBRForm
PBRDataEvent(Photobioreactor src, org.w3c.dom.Element xml)
          The constructor for making an event
PBRPanelAlpha(Photobioreactor p, OldPBRForm g)
          Creates new form PBRPanelAlpha
 

Uses of Photobioreactor in algalcommand.testbench
 

Methods in algalcommand.testbench that return Photobioreactor
 Photobioreactor[] TestNetworkScanner.getPBRs()